home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991: Code Warrior / bincue / Code Warrior.bin / Developer Essentials / DTS Sample Code / Snippets / Snippets Aug '91 / KeepMeAround ƒ / Makefile < prev    next >
Encoding:
Makefile  |  1991-09-09  |  1.4 KB  |  74 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 1:51:03 PM on Mon, Jan 14, 1991 by
  2. # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = MakeMake ∂
  8.         -t test ∂
  9.             -f "-t 'INIT' -c 'Paul'" -l "-rn -m test -rt INIT=0" test.c.o ∂
  10.             KeepMeAround.c.o Hustler:MPW:Libraries:Libraries:Interface.o
  11.  
  12. TARGETS = test
  13.  
  14. DOT_H =
  15.  
  16. DOT_R =
  17.  
  18. SRCS =
  19.  
  20. LIBS = test.c.o KeepMeAround.c.o Hustler:MPW:Libraries:Libraries:Interface.o
  21.  
  22. COUNT        = Count
  23. COUNTOPTS    = 
  24. CTAGS        = Ctags
  25. CTAGSOPTS    = -p -local -update
  26. DELETE       = Delete
  27. DELETEOPTS   = -i
  28. FILES        = Files
  29. FILESOPTS    = -l
  30. LIB          = Lib
  31. LIBOPTS      = 
  32. LINK         = Link
  33. LINKOPTS     = 
  34. MAKEFILE     = Makefile
  35. PRINT        = Print
  36. PRINTOPTS    = 
  37. REZ          = Rez
  38. SETFILE      = SetFile
  39. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  40.  
  41.  
  42. ROptions = -a
  43.  
  44. test    ƒƒ {LIBS}
  45.     {LINK} -rn -m test -rt INIT=0 -o {Targ} {LIBS}
  46.  
  47. test    ƒƒ {LIBS}
  48.     {SETFILE} -t 'INIT' -c 'Paul' {Targ}
  49.  
  50.  
  51.  
  52. {MAKEFILE}    ƒ NoSuchFile
  53. NoSuchFile    ƒ
  54.     {MAKEMAKE}
  55.  
  56. clean    ƒ
  57.     {DELETE} {DELETEOPTS} Dev:Null    # No objects, so use a dummy argument
  58.  
  59. clobber    ƒ clean
  60.     {DELETE} {DELETEOPTS} {TARGETS}
  61.  
  62. count    ƒ
  63.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  64.  
  65. files    ƒ
  66.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  67.  
  68. print    ƒ
  69.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  70.  
  71. tags    ƒ {DOT_H} {SRCS}
  72.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  73.  
  74.